Gets or sets the method that handles progress events.
public:
property AsyncOperationProgressHandler<TResult, TProgress>^ Progress {
AsyncOperationProgressHandler<TResult, TProgress>^ get ();
void set (AsyncOperationProgressHandler<TResult, TProgress>^ value);
}
Type: AsyncOperationProgressHandler<TResult, TProgress>
The method that handles the events.
Namespace: Windows.Foundation
Metadata: windows.winmd
IAsyncOperationWithProgress Generic Interface